home *** CD-ROM | disk | FTP | other *** search
- -- background: 2649 from stack: in
- -- bmap block id: 5671
- -- flags: 4000
- -- background id: 0
- -- name: Setup
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=192 top=285 right=328 bottom=280
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: TEST
- ----- HyperTalk script -----
- on mouseUp
- global TestRun
- set the hilite of background button "Test" to true
- put true into TestRun
- set the cursor to 4
- set the lockScreen to true
- set the hilite of background button "Test" to false
- RunClock
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=310 top=284 right=327 bottom=398
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: DO IT!
- ----- HyperTalk script -----
- on mouseUp
- global TestRun
- set the hilite of background button "DO IT!" to true
- put false into TestRun
- set the cursor to 4
- set the lockScreen to true
- set the hilite of background button "DO IT!" to false
- RunClock
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=421 top=289 right=325 bottom=481
- -- title width / last selected line: 0
- -- icon id / first selected line: 1011 / 1011
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- go home
- end mouseUp
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=23 top=286 right=328 bottom=84
- -- title width / last selected line: 0
- -- icon id / first selected line: 2162 / 2162
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- go to card 1
- end mouseUp
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=97 top=286 right=328 bottom=165
- -- title width / last selected line: 0
- -- icon id / first selected line: 27009 / 27009
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- go to next card of background setup
- end mouseUp
-
-